use the NewServer.pem File
the new server ip "3.68.63.185"
username "ubuntu"
The server has caprover setup  password "Alarcade123#" manage the # in the password well plesase
The database application on caprover is
Your app is internally available as srv-captain--mysql-db to other apps. In case of web-app, it is accessible via http://srv-captain--mysql-db from other apps


club management system link "https://clubmanagement.caprover.al-arcade.com/"
and internal conn link is
Your app is internally available as srv-captain--clubmanagement to other apps. In case of web-app, it is accessible via http://srv-captain--clubmanagement from other apps.
Do not expose as web-app externally

─────────────────────────────────────────────────────────────
DATABASE CONNECTION (from app .env inside container)
─────────────────────────────────────────────────────────────
DB_HOST=srv-captain--mysql-db
DB_PORT=3306
DB_NAME=the_club_erp
DB_USER=root
DB_PASS=Alarcade123#

SSH + Docker command to connect to MySQL directly:
ssh -i NewServer.pem ubuntu@3.68.63.185 "sudo docker exec -it $(sudo docker ps -q --filter name=mysql-db) mysql -uroot -p'Alarcade123#' the_club_erp"

Container names:
- MySQL: srv-captain--mysql-db
- App: srv-captain--clubmanagement
